home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETDSTAR.IN_ / netdstar.inf
Encoding:
Windows Setup INFormation  |  1999-10-19  |  2.2 KB  |  88 lines

  1. ; NETDSTAR.INX
  2. ;
  3. ;
  4. ;    COPS/DayStar Digital LocalTalk Adapter
  5. ;
  6. ; Copyright 1997, Microsoft Corporation
  7.  
  8. [version]
  9. Signature   = "$Windows NT$"
  10. Class       = Net
  11. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider    = %Msft%
  13. LayoutFile  = layout.inf
  14. DriverVer=10/19/1999,5.00.2157.1
  15.  
  16. [Manufacturer]
  17. %DayStar%   = DayStar
  18.  
  19. [DayStar]
  20. ; DisplayName                   Section         DeviceID
  21. ; -----------                   -------         --------
  22. %DayStar.DeviceDesc%    =    DayStar.ndi,    *DStar
  23.  
  24. ;DayStar LocalTalk Main Ndi Section
  25. ;
  26. [DayStar.ndi.NT]
  27. AddReg             = Daystar.Ndi.Reg, DayStar.Params.Reg
  28. Characteristics = 0x4
  29. BusType            = 1
  30. LogConfig       = DayStar.LogConfig.Default, DayStar.LogConfig
  31. CopyFiles       = DayStar.CopyFiles
  32.  
  33. [DayStar.ndi.NT.Services]
  34. AddService = LT200, 2, DayStar.Service, DayStar.EventLog
  35.  
  36. [DayStar.LogConfig]
  37. ConfigPriority  = HARDRECONFIG
  38. IOConfig        = 10@200-3FF%FFF0(3FF::)
  39.  
  40. [DayStar.LogConfig.Default]
  41. ConfigPriority=HARDRECONFIG
  42. IOConfig=340-34F(3FF::)
  43.                     
  44.  
  45. ;-----------------------------------------------------------------------------
  46. ; common
  47. ;
  48. [DayStar.Ndi.Reg]
  49. HKR, Ndi,            Service,       0, "LT200"
  50. HKR, Ndi\Interfaces, UpperRange,    0, "ndis5_atalk"
  51. HKR, Ndi\Interfaces, LowerRange,    0, "localtalk"
  52.  
  53. [DayStar.Params.Reg]
  54. HKR,,Server,            0, "1"
  55. HKR,,MediaType,         0, "5"
  56.  
  57. [DayStar.CopyFiles]
  58. lt200.sys,,,2
  59.  
  60. [DayStar.Service]
  61. DisplayName     = %DayStar.Service.DispName%
  62. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  63. StartType       = 3 ;%SERVICE_DEMAND_START%
  64. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  65. ServiceBinary   = %12%\lt200.sys
  66. LoadOrderGroup  = NDIS
  67.  
  68. [DayStar.EventLog]
  69. AddReg = DayStar.AddEventLog.reg
  70.  
  71. [DayStar.AddEventLog.reg]
  72. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  73. HKR,, TypesSupported,   0x00010001, 7
  74.  
  75. ;-----------------------------------------------------------------------------
  76. ; DestinationDirs
  77. ;
  78. [DestinationDirs]
  79. DayStar.CopyFiles    = 12
  80.  
  81.  
  82. [Strings]
  83. Msft = "Microsoft"
  84. DayStar = "COPS/DayStar"
  85.  
  86. DayStar.DeviceDesc     = "COPS/DayStar Digital LocalTalk Adapter"
  87. DayStar.Service.DispName= "COPS/DayStar Digital LocalTalk Adapter Driver"
  88.